home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm2 / gfreq29.lha / GFreq2.9 / Docs_ENG / GFreqStat_ENG.doc < prev   
Text File  |  1996-03-18  |  5KB  |  196 lines

  1.  
  2.     GFreqStat version 2.4
  3.  
  4.  
  5.     GFreqStat is  copyright 1994, 1995 and  1996 Jari Kanerva.  The author
  6.     can be reached at Fidonet 2:201/411.73 e-mail jari@canit.se
  7.  
  8.     GFreqStat is a statsgenerator for GoldFreq.
  9.  
  10.     GFreqStat can make statistics for how often  each  file  has  been
  11.     requested.  How often each node makes requests and how many files
  12.     each node has requested. These statsfiles can be made both  totally
  13.     and since last time the lists were made.
  14.  
  15.     GFreqStat will only work if it finds the GoldFreq.Key. You  may have
  16.     the  key  either in Mail: or in the same directory as you keep the
  17.     executable GFreqStat.
  18.  
  19.     GFReqStat needs that you have ACCTPATH in GoldFreq.cfg This is for
  20.     GoldFreq to make the information to GFreqStat.
  21.  
  22.     GFreqStat searches for GFreqExtras.cfg in the  same   directory  as
  23.     the  executable  GFreqStat  is  or  in  Mail:.  You  can also tell
  24.     GFreqStat where the configuration file is by putting the path  and
  25.     name on the commandline.
  26.  
  27.     Ex: GFReqStat Mail:GFreq/GFreqExtras.cfg
  28.  
  29.     You may use some arguments from the commandline. This  is  so that
  30.     you can make temporary stats without change the statistics.
  31.  
  32.     C=CONFIG,NOLAST/S,ONLYLAST/S,NOREG/S,NOTOP/S
  33.  
  34.     C=CONFIG   Specify where GFreqStat can find  it's configfile. This
  35.                is if the configfile not is in PROGDIR: or in mail:
  36.  
  37.     NOLAST/S   Do not make any "since last" lists.
  38.  
  39.     ONLYLAST/S Only make "since last" lists.
  40.  
  41.     NOREG/S    Do the lists as usual but do not change the history
  42.                informaiton. This is useful if you normaly make one each
  43.                week and would want to make a list in the middle of the
  44.                week without disturbing the stats.
  45.  
  46.     NOTOP/S    Do not make "TopTens lists", make full lists.
  47.  
  48.     You may also combine the arguments. i e
  49.  
  50.     "GFreqStat NOLAST ONLYLAST" if you wish to run  GFreqStat  without
  51.     making any stats-list. :-)
  52.  
  53.  
  54.     GFreqExtras.cfg Configuration Keywords
  55.  
  56.  
  57.     KeyWord: GFCONFIG
  58.  
  59.     Where to find GoldFreq's configuration file
  60.  
  61.     Ex: GCONFIG Mail:GFreq/GFreq.cfg
  62.  
  63.  
  64.     KeyWord: DATABASE
  65.  
  66.     Path to GoldFreq's database.
  67.  
  68.     Ex: DATABASE Mail:GFreq/DataBase
  69.  
  70.     
  71.     KeyWord: WORKDIR
  72.  
  73.     Where GoldFreq's extras programs can put their temporary files.
  74.  
  75.     WORKDIR Ram:T
  76.  
  77.  
  78.     Keyword: (NO)IGNORENODE
  79.  
  80.     Tell GfreqStat to ignore nodes when compiling the statistics files.
  81.  
  82.     Ex: IGNORENODE 1:65535/65535
  83.     EX: IGNORENODE 0:0/0.0
  84.  
  85.  
  86.     KeyWord: AccPath <dir>
  87.  
  88.     Tell GFreqStat where GoldFreq keeps it accounting files.
  89.  
  90.     Ex: AccPath Mail:GFreq/Accounts
  91.  
  92.  
  93.     KeyWord: (No)NodesTop <num>
  94.  
  95.     Specify number of nodes listed in the stats list (i e TopTen).
  96.  
  97.     Ex: NodesTop 10
  98.  
  99.  
  100.     KeyWord: (No)FilesTop <num>
  101.  
  102.     Specify number of files listed in the stats list (i e TopTen).
  103.  
  104.     Ex: FilesTop 10
  105.  
  106.  
  107.     KeyWord: (No)Files <File>
  108.  
  109.     Select a file for the file statistics.
  110.  
  111.     Ex: Files Mail:GFreq/Filerna
  112.  
  113.  
  114.     KeyWord: (No)FilesHeader <file>
  115.  
  116.     Select a file to get the header to the file statistics list.
  117.  
  118.     Ex: FilesHeader Mail:GFreq/Textfiles/Fileheader.txt
  119.  
  120.  
  121.     KeyWord: (No)FilesLast <file>
  122.  
  123.     Select a file for the file statistics since last time the list was
  124.     made.
  125.  
  126.     Ex: FilesLast Mail:GFreq/FilesLast
  127.  
  128.  
  129.     KeyWord: (No)FilesLastHeader <file>
  130.  
  131.     Select a file to get the header to the file since last list.
  132.  
  133.     Ex: FilesLastHeader  Mail:GFreq/Textfiles/Fileheader.txt
  134.  
  135.  
  136.     KeyWord: (No)NodesFreq <File>
  137.  
  138.     Select a file for the node statistic file. Sorted by freqs.
  139.  
  140.     Ex: NodesFreq Mail:GFreq/NodeFreq
  141.  
  142.  
  143.     KeyWord: (No)NodesFreqHeader <file>
  144.  
  145.     Select a file to get the header to the node statistic list.
  146.  
  147.     Ex: NodesFreqHeader Mail:GFreq/Textfiles/Nodeheader.txt
  148.  
  149.  
  150.     KeyWord: (No)NodesFiles <File>
  151.  
  152.     Select a file for the node statistic file. Sorted by files.
  153.  
  154.     Ex: NodesFiles Mail:GFreq/NodeFiles
  155.  
  156.  
  157.     KeyWord: (No)NodesFilesHeader <file>
  158.  
  159.     Select a file to get the header to the node statistic list.
  160.  
  161.     Ex: NodesFilesHeader Mail:GFreq/Textfiles/Nodeheader.txt
  162.  
  163.  
  164.  
  165.     KeyWord: (No)NodesFreqLast <file>
  166.  
  167.     Select a file for the node statistic file. Sorted by freqs. Since
  168.     last.
  169.  
  170.     Ex: NodesFreqLast Mail:GFreq/NodesFreqLast
  171.  
  172.  
  173.  
  174.     KeyWord: (No)NodesFreqLastHeader <file>
  175.  
  176.     Select a file to get the header to the node statistic list.
  177.  
  178.     Ex: NodesFreqLastHeader Mail:GFreq/Textfiles/Nodeheader.txt
  179.  
  180.  
  181.  
  182.     KeyWord: (No)NodesFilesLast <file>
  183.  
  184.     Select a file for the node statistic file. Sorted by files.  Since
  185.     last.
  186.  
  187.     Ex: NodesFilesLast Mail:GFreq/NodesFilesLast
  188.  
  189.  
  190.  
  191.     KeyWord: (No)NodesFilesLastHeader <file>
  192.  
  193.     Select a file to get the header to the node statistic list.
  194.  
  195.     Ex: NodesFilesLastHeader Mail:GFreq/Textfiles/Nodeheader.txt
  196.